home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / sendto / ts-sendto11.exe / {app} / sendto.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  2001-09-22  |  2KB  |  107 lines

  1. object Form4: TForm4
  2.   Left = 290
  3.   Top = 158
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SendTo Menu Items'
  7.   ClientHeight = 359
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 12
  22.     Top = 71
  23.     Width = 341
  24.     Height = 13
  25.     Caption = 
  26.       'Put a check mark next to items you wish to remove from SendTo me' +
  27.       'nu.'
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 366
  33.     Height = 57
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     Caption = 'Panel1'
  37.     Color = clWhite
  38.     TabOrder = 0
  39.     object Image1: TImage
  40.       Left = 13
  41.       Top = 12
  42.       Width = 32
  43.       Height = 32
  44.       Picture.Data = {<image000.ico>}
  45.     end
  46.     object Label1: TLabel
  47.       Left = 56
  48.       Top = 8
  49.       Width = 129
  50.       Height = 13
  51.       Caption = 'Windows SendTo Menu'
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -11
  55.       Font.Name = 'Tahoma'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.     end
  59.     object Label2: TLabel
  60.       Left = 56
  61.       Top = 24
  62.       Width = 293
  63.       Height = 26
  64.       Caption = 
  65.         'This window allows you to remove no longer used items from your ' +
  66.         'Windows "SendTo" menu.'
  67.       WordWrap = True
  68.     end
  69.   end
  70.   object Panel2: TPanel
  71.     Left = 0
  72.     Top = 57
  73.     Width = 366
  74.     Height = 2
  75.     Align = alTop
  76.     BevelOuter = bvLowered
  77.     TabOrder = 1
  78.   end
  79.   object Button1: TButton
  80.     Left = 285
  81.     Top = 329
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Cancel'
  85.     TabOrder = 2
  86.     OnClick = Button1Click
  87.   end
  88.   object Button2: TButton
  89.     Left = 205
  90.     Top = 329
  91.     Width = 75
  92.     Height = 25
  93.     Caption = '&Save'
  94.     TabOrder = 3
  95.     OnClick = Button2Click
  96.   end
  97.   object CheckListBox1: TCheckListBox
  98.     Left = 8
  99.     Top = 96
  100.     Width = 350
  101.     Height = 225
  102.     ItemHeight = 13
  103.     Sorted = True
  104.     TabOrder = 4
  105.   end
  106. end
  107.